*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sat, 20 Sep 2003 23:36:00 +0000 (23:36 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 20 Sep 2003 23:36:00 +0000 (23:36 +0000)
lisp/ChangeLog
src/ChangeLog

index 676c362829249c071857caffa46b42c558e28666..c54f3a6d4081a1d5009abf078e5d218a2fe8ae80 100644 (file)
@@ -1,3 +1,12 @@
+2003-09-21  Kim F. Storm  <storm@cua.dk>
+
+       * scroll-bar.el (set-scroll-bar-mode): Initialize to
+       new built-in variable default-frame-scroll-bars.
+       (scroll-bar-mode): Use default-frame-scroll-bars when enabling
+       scroll-bar-mode; notably, use it instead of t when we toggle
+       scroll-bars on.
+       (toggle-scroll-bar): Use default-frame-scroll-bars.
+
 2003-09-19  Masatake YAMATO  <jet@gyve.org>
 
        * pcvs.el (cvs-do-removal): Change the prompt depending on
index b29dc8c2f49864b2009e580653dc11af9241b270..bca6920ebfe540f2fd862efcf462a9ba54889b7d 100644 (file)
@@ -5,6 +5,8 @@
        (syms_of_frame): DEFVAR_LISP it, and initialize according to
        window-system default scroll bar position.
 
+       * window.c (Fwindow_scroll_bars): Doc fix.
+
 2003-09-19  Dave Love  <fx@gnu.org>
 
        * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.